body	{ 
	margin: 0;
	padding: 0;
	font-family: 'Arial', serif;
	color: #00ff00;
	text-type: bold;
} 

.banner{
	//background-color: #7e54c6;
	list-style: none;
	text-align: center;
	height: 80px;
	background-image: url("/images/bannerb1.jpg");
	background-repeat: repeat-x;
}
.banner > li{
	display: inline-block;
	padding: 25px 25px 25px 25px;
	
	
}
.banner > li > a {
	text-decoration: none;
	color: #ffffff;
	padding: 25px 25px 25px 25px;
	
}
.banner > li > a:hover {
	color: #000000;
	background-image: url("/images/bannerwhite.jpg");
	background-repeat: repeat-x;
	height: 100%;
}